The following tables list the members exposed by ResourceProvider<T>.
Name | Description | |
---|---|---|
IsHighContrast | Returns true if the system theme is a high contrast theme (read-only). (Inherited from Infragistics.Controls.Primitives.ResourceProvider) | |
ResourceVersion | Returns a version number that will get bumped every time InvalidateResources is called. (Inherited from Infragistics.Controls.Primitives.ResourceProvider) |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
InvalidateResources | Called to invalidate any cached values (Inherited from Infragistics.Controls.Primitives.ResourceProvider) |
Name | Description | |
---|---|---|
GetResource | Returns a value for a specific id | |
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
OnSystemColorsChanged | Called when the system colors have changed (Inherited from Infragistics.Controls.Primitives.ResourceProvider) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |